home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / linuxcon.6 / linuxcon / usr / lib / linuxconf / help.eng / misc / linuxconf.help < prev    next >
Encoding:
Text File  |  1996-08-04  |  1.0 KB  |  40 lines

  1.   /etc/conf.linuxconf configuration file
  2.   Introduction
  3.  
  4.   11..  PPuurrppoossee
  5.  
  6.   _L_i_n_u_x_c_o_n_f use standard _L_i_n_u_x configuration files whenever possible.
  7.   Some services do not have a configuration file. They are normally
  8.   controlled with shell scripts, generally located in the /etc/rc.d
  9.   directory.
  10.  
  11.   /etc/conf.linuxconf provide a central location for those different
  12.   services.
  13.  
  14.   22..  FFoorrmmaatt
  15.  
  16.   /etc/conf.linuxconf is an ASCII file. Each line contain one
  17.   configuration record.The format is trivial.
  18.  
  19.                system.feature value ...
  20.  
  21.      ssyysstteemm
  22.         It is generally the name of a service.
  23.  
  24.      ffeeaattuurree
  25.         This represent on configuration information used by the service.
  26.  
  27.      vvaalluuee
  28.         This is a string containing anything: words numbers etc...
  29.  
  30.   Here is an example:
  31.  
  32.                routed.gateway 1
  33.  
  34.   This line tell that the
  35.  
  36.        routed
  37.  
  38.   daemon must export its default route. The machine becomes a gateway.
  39.  
  40.